projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1f40b2
)
(compilation-error-regexp-alist): Handle DEC AXP OSF/1.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 19 Jan 1994 14:21:20 +0000
(14:21 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 19 Jan 1994 14:21:20 +0000
(14:21 +0000)
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index a448f0071350b50302aceeaded88f425ed8a10c1..e2ff867fd92d0a12fea8fdbd9f4c5163d389f274 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-144,7
+144,9
@@
of[ \t]+\"?\\([^\"\n]+\\)\"?:" 3 2)
;; MIPS RISC CC - the one distributed with Ultrix:
;; ccom: Error: foo.c, line 2: syntax error
- ("rror: \\([^,\" \n\t]+\\), line \\([0-9]+\\):" 1 2)
+ ;; DEC AXP OSF/1 cc
+ ;; /usr/lib/cmplrs/cc/cfe: Error: foo.c: 1: blah blah
+ ("rror: \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 1 3)
;; IBM AIX PS/2 C version 1.1:
;; ****** Error number 140 in line 8 of file errors.c ******